GetExclude OLE Automation RoutineGetExclude( itemNumber ) Returns a string containing the file specification or an empty string if itemNumber is larger than the number of items in the list. Example: List1.Clear Dim nCount As Integer Dim sPath As String nCount = 1 While nCountsPath = wilbur.GetExclude(nCount) nCount = nCount + 1 If sPath <> "" ThenList1.AddItem (sPath)ElsenCount = 0End IfWend This example will fill a list box with all of the entries in the exclude list.
|
Copyright ⌐ 1999 RedTree
Development Inc. All rights reserved. |